SftTabs/NET 6.0

RightMargin Property, SftTabs Class

Softel vdm, Inc.

Defines the size of the right/bottom margin.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property RightMargin As Integer

C#   

public int RightMargin { get; set; }

C++   

public: property int RightMargin {
        int get();
        void set(int value);
}

Property Value

The width of the right/bottom margin in pixels.

The default value is 0.

Comments

The RightMargin property defines the size of the right/bottom margin.

Certain tab control styles (see Style property) have built-in margins which cannot be removed. The RightMargin property does not return the size of the built-in margin. It only returns the additional user-defined margin.

The RowIndent property can be used to control the indentation of each row.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com